home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Marriage & Divorce Law / ProOne: Marriage & Divorce Law.iso / lawlib / pllcd432.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt
Text File  |  1997-03-01  |  883b  |  46 lines

  1. object SplashForm: TSplashForm
  2.   Left = 272
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 368
  8.   ClientWidth = 488
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 120
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = SplashFormOnCreate
  19.   OnDestroy = FormOnDestroy
  20.   OnHide = FormOnHide
  21.   OnShow = FormOnShow
  22.   TextHeight = 16
  23.   object SplashPanel: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 488
  27.     Height = 368
  28.     Align = alClient
  29.     BevelWidth = 3
  30.     TabOrder = 0
  31.     object Image1: TImage
  32.       Left = 3
  33.       Top = 3
  34.       Width = 482
  35.       Height = 362
  36.       Align = alClient
  37.     end
  38.   end
  39.   object SplashTimer: TTimer
  40.     Enabled = False
  41.     OnTimer = SplashOnTimer
  42.     Left = 456
  43.     Top = 336
  44.   end
  45. end
  46.